home *** CD-ROM | disk | FTP | other *** search
-
- #define itemDoExit 1
- #define itemCancel 2
-
- static BUTTON exitmenu_buttons[] =
- {
- {16,20,0,0,typeSTR,(int)"ARTemis を終了させますか?",NOFNC,NO,NULL,0},
- {73,36,30,16,typeSTRb,(int)"OK",NOFNC,NO,NULL,itemDoExit},
- {127,36,30,16,typeSTRb,(int)"取消",NOFNC,NO,NULL,itemCancel},
- {-1}
- };
-
- static MENU exitmenu =
- {
- "終了",
- 240,56,
- exitmenu_buttons,
- NULL,
- NULL,
- NULL,NULL,NULL,
- NOFNC,
- NOFNC,
- 0,0,0,0,NO,NO,NULL
- };
-
-